Objects Reference

render::ResizeView

Prototype

virtual void ResizeView(int sx,int sy)=0

Parameters

Parameter Type Description
sx int new size in x
sy int new size in y

Return Value

None

Remarks

This virtual function is used when the render view changes its size. It should resize the render view to the new dimensions defiend by the sx and sy parameters.